From 8d36caac2c5dd6b7ff5eb0f66f2e7cce6e2aaaec Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 15 Oct 2002 05:15:25 +0000 Subject: [PATCH] (cus-test-libs): Use equal instead of =. --- admin/cus-test.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/cus-test.el b/admin/cus-test.el index f6062c9f7f0..8885b097873 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el @@ -109,6 +109,7 @@ ;; (ada-xref error 255) ;; (ada-stmt error 255) + ;;; Code: ;;; Workarounds. For a smooth run and to avoid some side effects. @@ -458,7 +459,7 @@ in the emacs source directory." (setq cmd (concat "src/emacs -batch -l " fn)) (setq status (call-process shell-file-name nil nil nil shell-command-switch cmd)) - (if (= status 0) + (if (equal status 0) (message "%s" file) (error "%s" status)) (push file cus-test-libs-loaded)) -- 2.30.2